Skip to main content

Application Marked Pending Bank Connection

This is the status of the application when a creditor has indicated it needs digital banking before providing a decision.

Request Body

The request body must be a JSON object with the following properties:

  • retailerId (string, required): The ID of the retailer that created the application.
  • status (string, enum): The status of the application. Must be "PENDING_BANK_CONNECTION".
  • creditorId (string, required): The ID of the creditor that booked the application.
  • applicationId (string, required): The ID of the application that is awaiting decision.
  • conditions (string): The conditions of the application.

Example Request Body

{
"retailerId": "ebed869d-bdf4-4b0a-8442-5b8f23753247",
"status": "PENDING_BANK_CONNECTION",
"creditorId": "c8e4cd75-7f66-49dc-b44a-076eb409ea0b",
"applicationId": "3aad1c88-a898-460f-b2c7-5f4145250489",
"conditions": "waiting for banking"
}

Response

We ask that all webhooks return 200 OK status codes to confirm receipt of the webhook. We ask that unless the server is down errors to be logged and still return a 200 OK status code. If the webhook does not return a 200 OK status code, we will retry the webhook up to 10 times with an exponential backoff.